home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / shapefiles / hardfile01 / FirstClass Client / FirstClass® Client 2.7 FAT.sit / FirstClassÆ Client 2.7 FAT ƒ / Scripts / Sprintnet.fcl < prev    next >
Text File  |  1993-12-11  |  393b  |  22 lines

  1. SEND "AT&F2\r"
  2. WAITFOR "OK" -t300
  3. SEND "ATS0=0S7=60S10=50M1V1E0X4&D2&C1\\V1\\N6\\Q3\r"
  4. WAITFOR "OK" -t300 
  5. SEND "ATDT9,5941121\r"
  6. WAITFOR "CONNECT" -t3600 
  7. DELAY 120
  8. SEND "@"
  9. DELAY 20
  10. SEND "D"
  11. DELAY 20
  12. SEND "\r"
  13. WAITFOR "TERMINAL=" -t3600
  14. DELAY 20
  15. SEND "D1\r"
  16. WAITFOR "@" -t300 
  17. SEND "C your address here,xxx\r"
  18. WAITFOR "PASSWORD" -t300 
  19. SEND "your password here\r"
  20. WAITFOR "CONNECT" -t3600 
  21.  
  22.